home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / incx110d.zip / INC-DOCS.LZH / APPNOTES.LZH / CHESSEDT.APP / GAM.ACT < prev    next >
Text File  |  1991-04-06  |  566b  |  19 lines

  1. Descript;CHESSEDT game score
  2. Edit;Edit using CHESSEDT
  3.     ;edit game score using CHESSEDT
  4.     chessedt %f
  5.     ;if <P>rint <P>ostal output written, prepare it for electronic export
  6.     ;result is written to root directory -- change this if you prefer
  7.     if not exist %p.prt goto done
  8.     cedout <%p.prt >\%p
  9.     del %p.prt
  10.     :done
  11.     !relogDir c:\
  12. Tedit;Edit using text editor
  13.     #editText
  14. Print;Print game score with CEDPRINT
  15.     ;make sure full pathname of chess font appears in line below
  16.     cedprint -d c:\fonts\nuchess.sfp -r %f
  17. Fprint;Print to file
  18.     cedprint -o %p.fmt %f
  19.